From 602e2bb920c3845d745c21314f29fe9c73de8298 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 30 Jan 2016 21:00:18 +0100 Subject: [PATCH] include BUILD_DATE header when building Introjucer --- debian/patches/reproducible-date.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/patches/reproducible-date.patch b/debian/patches/reproducible-date.patch index 175f8576..2df5d073 100644 --- a/debian/patches/reproducible-date.patch +++ b/debian/patches/reproducible-date.patch @@ -42,3 +42,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Logger::setCurrentLogger (logger); } +--- juce.orig/extras/Introjucer/JuceLibraryCode/AppConfig.h ++++ juce/extras/Introjucer/JuceLibraryCode/AppConfig.h +@@ -18,6 +18,7 @@ + // [BEGIN_USER_CODE_SECTION] + + // (You can add your own code in this section, and the Introjucer will not overwrite it) ++#include "../../../debian/libbuilder/libjuce_builddate.h" + + // [END_USER_CODE_SECTION] + -- 2.30.2